ChromiumProcessStartupFailureException

Thrown when startup of the Chromium process has been failed.

Antivirus software installed in the environment can prevent the Chromium process from starting up, or it may crash immediately after startup during Engine initialization. This exception is thrown in such cases.

Constructors

Link copied to clipboard
Constructs a new instance of the ChromiumProcessStartupFailureException.
public void ChromiumProcessStartupFailureException(int exitCode)
Constructs a ChromiumProcessStartupFailureException with the given exit code.
Constructs a ChromiumProcessStartupFailureException with the specified cause.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
public final synchronized void addSuppressed(Throwable exception)
Link copied to clipboard
public synchronized Throwable fillInStackTrace()
Link copied to clipboard
public synchronized Throwable getCause()
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final synchronized Array<Throwable> getSuppressed()
Link copied to clipboard
public synchronized Throwable initCause(Throwable cause)
Link copied to clipboard
public void printStackTrace()
Link copied to clipboard
public void setStackTrace(Array<StackTraceElement> stackTrace)
Link copied to clipboard
public String toString()